home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 20 / 9 / DISK2092.ZIP / RBBS-LIT.ZIP / LIT / COPYRITE.LIT < prev    next >
Text File  |  1990-01-13  |  821b  |  19 lines

  1. *[COPYRITE.LIT]***************************************************************
  2. * Description: Removes the RBBS-PC Copyright notice.                         *
  3. * RBBS-PC Level: CPC17.3                                                √ AM *
  4. * Module Affected: RBBSSUB2.BAS                                              *
  5. * Selection Option: COPYRIGHT = OFF                                          *
  6. * Additional files: None                                                     *
  7. ******************************************************************************
  8. 97 SUB CopyRight STATIC
  9.    WIDTH 80
  10.    CLS
  11.    KEY OFF
  12.    LOCATE ,,0
  13.    ZSnoop = -1
  14.    ZLocalUser = -1
  15.    CALL LPrnt(SPACE$(5) + "Copyright (c) 1983-90 Tom Mack, 39 Cranbury Drive, Trumbull, CT 06611",1)
  16.    CALL DelayTime (8)
  17.    ZSnoop = 0
  18.    END SUB
  19.